PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFOutlineItem Class / setIsExpanded Method
True if the outline item is expanded when it is displayed.
In This Topic
    setIsExpanded Method
    In This Topic
    Sets a value indicating the initial state of the outline item.
    Syntax
    public void setIsExpanded( 
       boolean expanded
    )

    Parameters

    expanded
    True if the outline item is expanded when it is displayed.
    See Also